home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
favori
/
favorit3.frm
< prev
next >
Wrap
Text File
|
1995-05-08
|
2KB
|
74 lines
VERSION 2.00
Begin Form Form3
BorderStyle = 1 'Fixed Single
Caption = "About FAVORITE LAUNCHER"
ClientHeight = 3420
ClientLeft = 2565
ClientTop = 1980
ClientWidth = 4080
ControlBox = 0 'False
Height = 3825
Left = 2505
LinkMode = 1 'Source
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3420
ScaleWidth = 4080
Top = 1635
Visible = 0 'False
Width = 4200
Begin CommandButton Command1
Caption = "OK"
Height = 495
Left = 3240
TabIndex = 2
Top = 2520
Width = 615
End
Begin PictureBox Picture1
BorderStyle = 0 'None
Height = 615
Left = 1800
Picture = FAVORIT3.FRX:0000
ScaleHeight = 615
ScaleWidth = 615
TabIndex = 3
Top = 1320
Width = 615
End
Begin Label Label2
Caption = "Written in Microsoft Visual Basic Michael L. Wilson July 8, 1991 CIS 71261,63"
Height = 975
Left = 360
TabIndex = 1
Top = 2280
Width = 2055
End
Begin Label Label1
Caption = " About PROGRAM LAUNCHER "
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 9.75
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 855
Left = 960
TabIndex = 0
Top = 120
Width = 2295
End
End
'user clicks "OK" on the "About" form
'
Sub Command1_Click ()
FORM3.VISIBLE = FALSE 'remove form from screen and memory
Unload FORM3
End Sub
Sub Command1_LostFocus ()
FORM3.VISIBLE = False
End Sub